Overview
Reference
- AlertEvents
- AlertGroups
- AlertUrgencies
- AlertSources
- Alerts
- Audits
- Authorizations
- CatalogEntities
- CatalogEntityProperties
- CatalogFields
- Catalogs
- Causes
- [DEPRECATED] CustomFieldOptions
- [DEPRECATED] CustomFields
- CustomForms
- DashboardPanels
- Dashboards
- Environments
- EscalationPolicies
- EscalationLevelsPolicies
- EscalationLevelsPath
- EscalationLevels
- EscalationPaths
- FormFieldOptions
- FormFieldPlacementConditions
- FormFieldPlacements
- FormFieldPositions
- FormFields
- FormSetConditions
- FormSets
- Functionalities
- WorkflowTasks
- [DEPRECATED] WorkflowCustomFieldSelections
- WorkflowFormFieldConditions
- WorkflowGroups
- WorkflowRuns
- Workflows
- Heartbeats
- IncidentActionItems
- [DEPRECATED] IncidentCustomFieldSelections
- IncidentEventFunctionalities
- IncidentEventServices
- IncidentEvents
- IncidentFeedbacks
- IncidentFormFieldSelections
- IncidentPermissionSetBooleans
- IncidentPermissionSetResources
- IncidentPermissionSets
- IncidentRetrospectives
- IncidentRetrospectiveSteps
- IncidentRoleTasks
- IncidentRoles
- IncidentStatusPageEvents
- IncidentSubStatuses
- IncidentTypes
- Incidents
- IpRanges
- LiveCallRouters
- OnCallRoles
- OnCallShadows
- OverrideShifts
- PlaybookTasks
- Playbooks
- RetrospectiveTemplates
- Pulses
- RetrospectiveConfigurations
- RetrospectiveProcessGroupSteps
- RetrospectiveProcessGroups
- RetrospectiveProcesses
- RetrospectiveSteps
- Roles
- ScheduleRotationActiveDays
- ScheduleRotationUsers
- ScheduleRotations
- Schedules
- Shifts
- Secrets
- Services
- Severities
- StatusPageTemplates
- StatusPages
- SubStatuses
- Teams
- UserNotificationRules
- Users
- WebhooksDeliveries
- WebhooksEndpoints
[DEPRECATED] Delete a Custom Field
[DEPRECATED] Delete a Custom Field
[DEPRECATED] Use form field endpoints instead. Delete a specific custom field by id
DELETE
/
v1
/
custom_fields
/
{id}
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "2",
"type": "custom_fields",
"attributes": {
"slug": "non-magnam-omnis-asperiores",
"description": "Sed placeat dolorum voluptates.",
"enabled": true,
"position": 1,
"updated_at": "2025-03-13T11:59:42.261-07:00",
"created_at": "2025-03-13T11:59:37.785-07:00",
"kind": "text",
"label": "Non magnam omnis asperiores.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/vnd.api+json
custom_field deleted
Unique ID of the custom_field
Available options:
custom_fields
The name of the custom_field
The slug of the custom_field
Where the custom_field is shown
Available options:
incident_form
, incident_mitigation_form
, incident_resolution_form
, incident_post_mortem_form
, incident_slack_form
, incident_mitigation_slack_form
, incident_resolution_slack_form
, incident_post_mortem
Where the custom_field is required
Available options:
incident_form
, incident_mitigation_form
, incident_resolution_form
, incident_post_mortem_form
, incident_slack_form
, incident_mitigation_slack_form
, incident_resolution_slack_form
The position of the custom_field
Date of creation
Date of last update
The kind of the custom_field
Whether the custom_field is enabled
The description of the custom_field
The default value for text field kinds
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "2",
"type": "custom_fields",
"attributes": {
"slug": "non-magnam-omnis-asperiores",
"description": "Sed placeat dolorum voluptates.",
"enabled": true,
"position": 1,
"updated_at": "2025-03-13T11:59:42.261-07:00",
"created_at": "2025-03-13T11:59:37.785-07:00",
"kind": "text",
"label": "Non magnam omnis asperiores.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}